Einhugur macOS Bridge plugin.

NSAlert.AlertStyle Property

Indicates the alert’s severity level.

AlertStyle as EinhugurMacOSBridge.NSAlert.StyleValues {Read and Write}

Remarks

See the NSAlert.StyleValues enumeration for the list of alert style constants.

Currently, there is no visual difference between informational and warning alerts. You should only use the critical (or “caution”) alert style if warranted, as specified in the “Alerts” chapter in macOS Human Interface Guidelines.

See Also

NSAlert Class